home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NOVA - For the NeXT Workstation
/
NOVA - For the NeXT Workstation.iso
/
SourceCode
/
OOP_Course
/
Examples
/
DrawTests
/
Composite
/
CompView.h
< prev
next >
Wrap
Text File
|
1992-12-19
|
422b
|
25 lines
/* Generated by Interface Builder */
#import "MouseView.h"
#import <appkit/appkit.h>
@interface CompView:MouseView
{
int compType;
id sqImage,bgImage;
float sqSide, backgroundGray;
float xOffset, yOffset;
NXRect sqRect,oldRect,bgRect;
NXPoint currentPoint,oldPoint;
}
- (float)backgroundGray;
- takeBackgroundGrayFrom:sender;
- moveSquare;
- setSqImage;
- setBgImage;
- compositeType:sender;
@end